home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Languages
/
Chipmunk Basic 3.2.8
/
README
< prev
next >
Wrap
Text File
|
1995-12-12
|
2KB
|
43 lines
Chipmunk Basic is a freeware old-fashioned Basic Interpreter, accelerated for
the PowerMac, yet still compatible with old 68k Macs running System 6. It
includes a simple sprite graphics engine.
Every personal computer should come with a simple, easy to learn, programming
language. Chipmunk Basic was my contribution for the very first PowerMacs.
Version 3.2.8 is a both bug fix and new feature release. It is still free for
educational and non-commercial distribution and use (but only for those who
don't believe that using the BASIC language causes brain damage :-). Permission
is granted to include this version of Chipmunk Basic on CD-ROM compendiums of
Macintosh archives. Please replace older versions of Chipmunk Basic in the
archives with this version.
Chipmunk Basic only come with a man page and a quick reference to Mac specific
functions. The language is mostly compatible with books on programming in
BASIC that were written between 1978 and 1988.
Please report any bugs you may find to rhn@netcom.com .
Version 3.2.0 fixes several bugs in the input statement and input$ function and
problems with serial port I/O. Added to the language are limited versions of
the SELECT CASE statement, the PRINT USING statement and 16-bit integer arrays.
Version 3.2 is almost completely AppleScriptable and supports Drag & Drop.
Version 3.2.1, fixes a problem with the Draglib link & SIZE resource.
Version 3.2.3, variable name sizes & morse character bug fix. MW C 1.3
Version 3.2.6, various bug fixes. compiled with MW C 1.3.1
Version 3.2.8, fixed scrolling bug. added types. MW C 1.3.2
* Chipmunk Basic is (c) Copyright 1990,1994 Ronald H. Nicholson, Jr.
* ALL RIGHTS RESERVED
*
* Permission to use, copy and distribute this software without fee
* for non-commercial or educational purposes is hereby granted, provided
* that the above copyright notice appear in all copies and that both
* the copyright notice and this permission notice appear in supporting
* documentation.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY OF ANY KIND; not even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-- cut here --